returns true if the page is the last page in the paging object
[Visual Basic] Public Property ReadOnly Boolean As [C#] public bool Boolean { get; } [C++] public: __property get_Boolean(); [JScript] public function get Boolean() : bool
of course you can also check if the pagenumber is equal to the count property of the NavigationPaging
NavigationPage<PagingType> Class | ppm3dakClient.Navigation Namespace